home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts Interactif 42
/
CA 42.iso
/
mac
/
PC
/
logiciels
/
Publication
/
QuarkPassport 5.0 Beta
/
Data.Cab
/
F11033_WhitePaper.dtd
< prev
next >
Wrap
Text File
|
2000-05-04
|
4KB
|
77 lines
<!-- =========================================================== -->
<!-- NAME: Quark White Paper DTD, Seybold edition -->
<!-- FILE NAME: WhitePaper.dtd -->
<!-- CREATION DATE: 1999/06/02 -->
<!-- LAST MODIFIED: 1999/06/23 -->
<!-- VERSION: 0.1 -->
<!-- OWNER: Quark, Inc. -->
<!-- 1800 Grant St. -->
<!-- Denver, CO 80203 -->
<!-- PH: 303-894-8888 -->
<!-- FAX: 303-894-3398 -->
<!-- =========================================================== -->
<!-- ########################################################### -->
<!-- Root Element -->
<!-- =========================================================== -->
<!-- An entire White Paper document. -->
<!-- =========================================================== -->
<!ELEMENT whitePaper (titre_L1, corps)>
<!ATTLIST whitePaper xmlns:HTML CDATA #FIXED
"http://www.w3.org/TR/REC-html40">
<!-- ########################################################### -->
<!-- =========================================================== -->
<!-- Elements that can make up the body of a section, -->
<!-- subsection, or subsubsection. -->
<!-- =========================================================== -->
<!ELEMENT corps (parag |
titre_L2 |
titre_L3 |
parag_juridique |
illustration)*>
<!-- =========================================================== -->
<!-- Main headline. -->
<!-- =========================================================== -->
<!ELEMENT titre_L1 (#PCDATA)>
<!-- =========================================================== -->
<!-- Subsection headline. -->
<!-- =========================================================== -->
<!ELEMENT titre_L2 (#PCDATA)>
<!-- =========================================================== -->
<!-- Subsubsection headline. -->
<!-- =========================================================== -->
<!ELEMENT titre_L3 (#PCDATA)>
<!-- =========================================================== -->
<!-- A paragraph of text. -->
<!-- =========================================================== -->
<!ELEMENT parag (#PCDATA)>
<!-- =========================================================== -->
<!-- A paragraph of legal text. -->
<!-- =========================================================== -->
<!ELEMENT parag_juridique (#PCDATA)>
<!-- =========================================================== -->
<!-- An image. -->
<!-- =========================================================== -->
<!ELEMENT HTML:img EMPTY>
<!ATTLIST HTML:img src CDATA #IMPLIED>
<!-- =========================================================== -->
<!-- A caption for an image . -->
<!-- =========================================================== -->
<!ELEMENT légende (#PCDATA)>
<!-- =========================================================== -->
<!-- An illustration; an image with its caption. -->
<!-- =========================================================== -->
<!ELEMENT illustration (HTML:img, légende)>